Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 32,619 for

api watermark

(0.05 sec)
  1. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark Api concepts: Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/basic-usage/
  2. Add watermarks to email attachments | GroupDocs

    The Api allows you to add Watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_Watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark Watermark = new TextWatermark("Test Watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker Watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = Watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Api....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/load-password-...
  4. GroupDocs.Watermark for Python via .NET | Group...

    A Python via .NET Api for adding Watermarks to the documents of different file formats. It provides the effective Watermarking methods that allow you to add Watermarks that are hard to be automatically removed by third-party tools....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/python-net/
  5. Add watermarks to images | GroupDocs

    Add Watermark to photos or multi-framed images using c#....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following Watermark types. TextWatermark ImageWatermark Adding Watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a Watermark to a document. Load the document Create and initialize Watermark object Set Watermark properties Add a Watermark to the document Save the document For more details please refer to the following guides:...Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/adding-waterm...
  7. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of new features. The Api has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as Watermark.... The API has not only implemented the...document as watermark. For better performance, the API has removed...

    blog.groupdocs.com/signature/groupdocs.signatur...
  8. Searching watermarks | GroupDocs

    This article explains how to search Watermarks while using GroupDocs. Watermarks Java Api....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/searching-wat...
  9. Working with slide backgrounds | GroupDocs

    Extract, remove, and Watermark slide background images using Python via .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/python-net/working...
  10. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark Api: Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/basic-usage/